func github.com/andybalholm/brotli.computeLgBlock

2 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L541: 	s.params.lgblock = computeLgBlock(&s.params)
		quality.go#L87: func computeLgBlock(params *encoderParams) int {